body{
	line-height: 1;
}
a {
	outline: none;
}
@-webkit-keyframes shake-lr {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	10% {
		-webkit-transform: rotate(8deg);
				transform: rotate(8deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-10deg);
				transform: rotate(-10deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(10deg);
				transform: rotate(10deg);
	}
	80% {
		-webkit-transform: rotate(-8deg);
				transform: rotate(-8deg);
	}
	90% {
		-webkit-transform: rotate(8deg);
				transform: rotate(8deg);
	}
}
@keyframes shake-lr {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	10% {
		-webkit-transform: rotate(8deg);
				transform: rotate(8deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-10deg);
				transform: rotate(-10deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(10deg);
				transform: rotate(10deg);
	}
	80% {
		-webkit-transform: rotate(-8deg);
				transform: rotate(-8deg);
	}
	90% {
		-webkit-transform: rotate(8deg);
				transform: rotate(8deg);
	}
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@font-face {
  font-family: 'bf';  /* Project id 3152797 */
  src: url('//at.alicdn.com/t/font_3152797_e9x48wz946e.eot?t=1645603150826'); /* IE9 */
  src: url('//at.alicdn.com/t/font_3152797_e9x48wz946e.eot?t=1645603150826#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_3152797_e9x48wz946e.woff2?t=1645603150826') format('woff2'),
       url('//at.alicdn.com/t/font_3152797_e9x48wz946e.woff?t=1645603150826') format('woff'),
       url('//at.alicdn.com/t/font_3152797_e9x48wz946e.ttf?t=1645603150826') format('truetype'),
       url('//at.alicdn.com/t/font_3152797_e9x48wz946e.svg?t=1645603150826#bf') format('svg');
}
.bf35 {
	font-family: "bf35" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wujin {
	font-family: "bf" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.w{
	width: 1430px;
	margin: 0 auto;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 12px);
	display: inline;
	float: left;
	margin: 8px 0 0 -6px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item {
	margin: 12px 6px 0 6px;
	overflow: hidden;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.banner-adv ul li a,
.banner-adv ul li embed {
	float: left;
}

.advs {
	position: relative;
	display: block;
	width: 100%;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

#header{
	background: #f5f5f5;
	height: 39px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	font-size: 13px;
	line-height: 39px;
	float: left;
	color: #666;
}
#divLogin ul li.login1 {
	margin-right: 20px;
}
#divLogin ul li.login1 a {
	color: #0096e0;
}
#divLogin ul li a{
	color: #999;
}
#divLogin ul li.register1 {
	margin-right: 10px;
}
#divLogin ul li.register1 a {
	padding: 3px 8px;
	border: 1px solid #dddddd;
	color: #666;
}
#divLogin ul li.register1 a:hover {
	color: #fff;
	background: #0096e0;
	border: 1px solid #0096e0;
}
.divService {
	float: right;
	color: #ddd;
	font-weight: bold;
	font-size: 13px;
}
.divService a{
	line-height: 39px;
	color: #666;
	padding: 0 8px;
	font-weight: normal;
}
.divService a:hover {
	color: #0096e0;
}
.divService a i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 13px;
}
.divService a:last-child {
	padding-right: 0;
}
.top {
	margin: 27px auto 18px;
}
.logo {
	float: left;
	margin-left: 20px;
}
/*搜索框样式*/
.searchBox {
	width: 660px;
	float: left;
	position: relative;
	margin-left: 160px;
}
.searchBox .form {
	height: 40px;
	border: 2px solid #0096e0;
	border-radius: 40px;
}
.searchBox .form .select{
	width: 85px;
	height: 100%;
	position: relative;
	float: left;
}
.searchBox .form .select .select-top p {
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
	text-align: center;
	position: relative;
}
.searchBox .form .select .select-top p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #e6e6e6;
}
.searchBox .form .select .select-top i {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 6px;
	top: 15px;
	transform:scale(0.8);
}
.searchBox .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg) scale(0.8);
	top: 14px;
}
.searchBox .hot {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #666;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.searchBox .hot i {
	font-size: 14px;
	margin-right: 2px;
}
.searchBox .hot a {
	color: #666;
	margin:0 5px;
}
.searchBox .hot a:hover {
	color: #0096e0;
}
.searchBox .hot b {
	color:#ff5858;
}
.search {
	width: 100%;
	height: 46px;
}
.searchBox input {
	width: 437px;
	float: left;
	height: 40px;
	background: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 5px;
}
.searchBox button {
	width: 96px;
	float: right;
	height: 44px;
	line-height: 44px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	margin-top: -2px;
	margin-right: -2px;
	border-radius: 0 40px 40px 0;
	background-color:#11b4f1;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#11b4f1), to(#4b75ff));
	background-image:-webkit-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:-moz-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:-ms-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:-o-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:linear-gradient(90deg, #11b4f1, #4b75ff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#11b4f1', endColorStr='#4b75ff')
}
.searchBox button i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.searchBox ul {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 81px;
	border: 2px solid #0096e0;
	display: block;
	top: 42px;
	left: 0px;
	padding: 5px 0;
	background: #fff;
	display: none;
}
.searchBox ul li {
	display: block;
	font: normal 14px/22px microsoft yahei;
	color: #333;
	text-align: center;
	line-height: 25px;
}
.searchBox ul li:hover {
	background: #0096e0;
	color: #fff;
}
.release-btn {
	float: right;
}
.release-btn a {
	display: inline-block;
	width: 132px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	margin-left: 12px;
	background-color:#11b4f1;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#11b4f1), to(#4b75ff));
	background-image:-webkit-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:-moz-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:-ms-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:-o-linear-gradient(90deg, #11b4f1, #4b75ff);
	background-image:linear-gradient(90deg, #11b4f1, #4b75ff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#11b4f1', endColorStr='#4b75ff');
}

.release-btn a i {
	font-weight: normal;
	margin-right: 4px;
}
.release-btn a:last-child {
	background-color:#ff7d3f;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7d3f), to(#ffa322));
	background-image:-webkit-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:-moz-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:-ms-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:-o-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:linear-gradient(90deg, #ff7d3f, #ffa322);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff7d3f', endColorStr='#ffa322');
}
.nav {
	height: 50px;
	line-height: 50px;
	box-shadow: 0px 3px 5px 0 rgba(160,160,160,0.1);
	white-space: nowrap;
}
.nav .nav-title {
	float: left;
	width: 260px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 23px;
	background-color: #11b8e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#11b8e7), to(#027cf5));
	background-image: -webkit-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image: -moz-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image: -ms-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image: -o-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image: linear-gradient(90deg, #11b8e7, #027cf5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#11b8e7', endColorStr='#027cf5');
}
.nav .nav-title a {
	color: #fff;
}
.nav .nav-title i {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('../../../../Images/index/Version/2022/title-ico.png') 0 0 no-repeat;
	background-size:contain;
	margin-right: 10px;
}
.nav ul {
	/* overflow: hidden; */
	white-space: nowrap;
	float: left;
}
.nav ul li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.nav ul li {
	padding: 0 35px;
}
.nav ul li i {
	font-size: 14px;
	vertical-align: top;
	margin-left: 10px;
	display: inline-block;
	margin-top: 21px;
}
.nav ul li .menu-top a:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav ul li .menu-bot {
	position: absolute;
	z-index: 999;
	width: 100%;
	display: none;
	top: 54px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	max-height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
}

.nav ul li .menu-bot p a {
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	display: block;
	position: relative;
	font-weight: normal;
}

.nav ul li .menu-bot p a:hover {
	color: #4d9dee;
	background-color: #e6ebfb;
}

.nav ul li .menu-bot p a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.nav ul li.active a{
	color: #0096e0;
	position: relative;
}
.nav ul li.active a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 16px;
	height: 3px;
	background: #0096e0;
	border-radius: 2px;
}
.nav ul li a:hover{
	color: #0096e0;
}
.nav ul li a {
	color: #333;
}
.main {
	background: #f7f7f7;
	padding: 12px 0;
}
.product-classify {
	width: 260px;
	float: left;
}
.product-classify ul {
	position: relative;
	background-color: #fff;
}
.product-classify ul li {
	box-sizing: border-box;
	padding: 17px 15px;
}
.product-classify ul li:last-child {
	border-bottom: 0;
}

.product-classify ul li .class-a {
	position: relative;
}
.product-classify ul li .class-a::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
}
.product-classify ul li .class-a b {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
}
.product-classify ul li .class-a i {
	font-size: 24px;
	font-weight: normal;
}
.product-classify ul li .class-a:hover i {
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.product-classify ul li .class-a .text {
	overflow: hidden;
	padding-left: 12px;
}
.product-classify ul li .class-a .text p {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.product-classify ul li .class-a .text p a {
	color: #333;
}
.product-classify ul li .class-a .text span {
	display: block;
	line-height: 18px;
	max-height: 36px;
	margin-top: 8px;
	font-size: 14px;
	width: calc(100% + 15px);
}
.product-classify ul li .class-a .text span a {
	color: #999;
	margin-right: 15px;
	display: inline-block;
}
.product-classify ul li .class-a .text span a:hover {
	color: #0096e0;
}
.product-classify ul li .class-b {
	position: absolute;
	width: 900px;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(49, 49, 49, 0.2);
	left: 260px;
	top: 0;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	z-index: 99;
	display: none;
	min-height: 516px;
}
.product-classify ul li:nth-child(n + 7) {
	/* position: relative; */
	display: none;
}
.product-classify ul li:nth-child(n + 7) .class-b {
	/* min-height: auto; */
}
.product-classify ul li:nth-child(7) .class-b {
	max-height: 605px;
	overflow-x: hidden;
	overflow-y: auto;
}
.product-classify ul li.more {
	display: block;
}
.product-classify ul li.more a {
	display: block;
	height: 36px;
	line-height: 34px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #b2d4e7;
	font-size: 14px;
	color: #3e9dcc;
}
.product-classify ul li.more a i {
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 10px;
	vertical-align: top;
	margin-top: 13px;
	margin-left: 5px;
}
.product-classify ul li.more a:hover {
	background-color: #3e9dcc;
	color: #fff;
}
.class-txt {
	overflow: hidden;
}
.class-txt .item {
	width: 400px;
	float: left;
	padding: 22px 0 10px 0px;
	margin-left: 36px;
}
.class-txt .item .class-c {
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
}
.class-txt .item .class-c b {
	position: relative;
	padding-left: 12px;
}
.class-txt .item .class-c b::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background: #0096e0;
	border-radius: 3px;
}
.class-txt .item .class-c a {
	color: #333;
}
.class-txt .item .class-c a:hover {
	color: #0096e0;
}
.class-txt .item .class-c .more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
.class-txt .item p {
	font-size: 14px;
    height: 28px;
    overflow: hidden;
    text-indent: -10px;
	color: #ededed;
}
.class-txt .item p a {
	line-height: 28px;
	color: #666;
	margin: 0 10px;
}
.class-txt .item p a:hover {
	color: #0096e0;
}
.class-adv {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 34px;
}
.class-adv .item {
	width: 400px;
	height: 150px;
	background: #f7f7f7;
	float:left;
	margin-left: 36px;
}
.class-adv .item .image {
	width: 154px;
	height: 150px;
	float: left;
	margin-right: 18px;
}
.class-adv .item .image img {
	width: 100%;
	height: 100%;
}
.class-adv .item .text {
	overflow: hidden;
}
.class-adv .item .text b {
	font-size: 16px;
	display: block;
	margin-top: 22px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.class-adv .item .text b a{
	color: #333;
}
.class-adv .item .text b a:hover{
	color: #0096e0;
}
.class-adv .item .text span {
	background: #e3eff5;
	color: #0096e0;
	font-size: 14px;
	display: inline-block;
	padding: 5px;
	margin-top: 14px;
}
.class-adv .item .text p {
	height: 40px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
}

.product-classify ul li.hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a b i {
	color: #0096e0;
}
.product-classify ul li.hover .class-a .text p a{
	color: #0096e0;
}
.banner {
	width: 886px;
	float: left;
	margin:0 12px;
	overflow: hidden;
}
.banner .banner-swiper {
	display: none;
	height: 516px;
}
.banner .banner-swiper .swiper-pagination-bullet {
	background: #fff;
	width: 6px;
	height: 6px;
	opacity: .5;
}
.banner .banner-swiper .swiper-pagination-bullet-active {
	background: #0096e0;
	width: 22px;
	border-radius: 20px;
	opacity: 1;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 18px;
}
.login {
	background: url(../../../../images/index/version/2022/loginbg.png);
	background-size: 100% auto;
	width: 260px;
	float: right;
}
.login .user {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.login .user b a {
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.login .user .text p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.login .sign {
	margin-top: 25px;
}
.login .sign a {
	display: inline-block;
	width: 102px;
	height: 34px;
	line-height: 32px;
	font-size: 14px;
	margin: 0 5px;
	border-radius: 2px;
	color: #fff;
	background-color: #0096e0;
	border: 1px solid #0096e0;
	box-sizing: border-box;
}
.login .sign a.regist {
	color: #0096e0;
	background-color: transparent;
	color: #0096e0;
}
.help {
	height: 93px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.help .item{
	display: block;
	width: 33.3333%;
	float: left;
	margin-top: 18px;
	position: relative;
}
.help .item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 32px;
	background: #eee;
}
.help .item:last-child::after {
	display: none;
}
.help .item b {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	background: url('../../../../images/index/version/2022/help-icon1.png') center center no-repeat;
}
.help .item:nth-child(2) b {
	background: url('../../../../images/index/version/2022/help-icon2.png') center center no-repeat;
}
.help .item:nth-child(3) b {
	background: url('../../../../images/index/version/2022/help-icon3.png') center center no-repeat;
}
.help .item:hover b{
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.help .item p {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
}
.login-bot {
	padding: 15px 24px;
	overflow: hidden;
}
.login-b {
	position: absolute;
	right: 35px;
	top: -11px;
	font-size: 16px;
	padding: 5px 10px;
	line-height: 26px;
	background: #fff;
	box-shadow: 2px 0px 5px 0 rgba(160,160,160,0.3);
	z-index: 99;
	width: 120px;
	display: none;
}
.login-b a {
	color: #333;
	display: block;
}
.login-b a:hover {
	color: #0195df;
}
.login-title b{
	font-size: 16px;
	color: #333;
	position: relative;
}

.login-title .login-more {
	float: right;
	position: relative;
	width: 50%;
}
.login-title .more {
	color: #999;
	font-size: 14px;
	float: right;
}
.login-title .more:hover {
	color: #0195df;
}
.login-bot ul {
	overflow: hidden;
}
.login-bot li {
	float: left;
	width: 50%;
	margin-top: 18px;
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.login-bot li a {
	color: #333;
}
.login-bot li a:hover {
	color: #0096e0;
}
.login-bot li i {
	color: #2b9fd8;
	font-size: 10px;
	vertical-align: top;
	margin-right: 2px;
	margin-top: 5px;
}
.part1 {
	margin-top: 20px;
	overflow: hidden;
}
.part1 .w {
	overflow: hidden;
}
.part1 .brand {
	width: 360px;
	float: right;
	background: url(../../../../images/index/version/2022/brandbg.png) no-repeat;
	background-size: cover;
	margin-left: 30px;
}
.brand-nav {
	height: 56px;
	line-height: 56px;
	position: relative;
	margin: 0 15px;
}
.brand-nav a {
	width: 33.333%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
}
.brand-nav a.focus {
	font-size: 20px;
	font-weight: bold;
}
.brand-nav .followTab {
	position: absolute;
	width: 33.3333%;
	bottom: 0;
	height: 7px;
	text-align: center;
}
.brand-nav .followTab i {
	position: relative;
	display: inline-block;
	height: 3px;
	width: 50px;
	background-color: #fff;
	vertical-align: top;
}
.brand-nav .followTab i::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid #f77139;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.brand-nav .followTab i::after {
	content: "";
	position: absolute;
	top: -0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.brand-list {
	padding: 0 15px 15px;
	display: none;
}
.brand-list ul {
	overflow: hidden;
	width: calc(100% + 10px);
}
.brand-list ul li {
	width: 50%;
	float: left;
	margin-top: 10px;
}
.brand-list li .item {
	margin-right: 10px;
	height: 108px;
	background-color: #fff;
}
.brand-list ul li .item a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.part1 .news {
	overflow: hidden;
}
.public-title {
	font-size: 34px;
	height: 64px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.public-title i {
	font-style: normal;
	color: #0096e0;
}
.public-title b {
	display: inline-block;
	height: 100%;
	line-height: 64px;
	position: relative;
}
.public-title b::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 5px;
	bottom: -2px;
	left: 0;
	background: #fff url(../../../../images/index/version/2022/title.png) no-repeat 0 bottom;
}
.public-title .news-nav {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	font-size: 0;
}
.public-title .news-nav a {
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	position: relative;
}
.public-title .news-nav a::after {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #ddd;
	position: absolute;
	right: 0;
	top: 4px;
}
.public-title .news-nav a:last-child {
	padding-right: 0;
}
.public-title .news-nav a:last-child::after {
	display: none;
}
.public-title .news-nav a:hover {
	color: #0096e0;
}
.news .left {
	float: left;
	width: 400px;
	margin-right: 30px;
	overflow: hidden;
}
.news .left .news-swiper {
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	display: none;
}
.news .left .news-swiper .image {
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.news .left .news-swiper .image img {
	width: 100%;
	max-height: none;
}
.news .left .news-swiper .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 14px 66px 14px 14px;
	font-size: 14px;
	box-sizing: border-box;
}
.news .left .news-swiper .text .data span {
	margin-right: 12px;
}
.news .left .news-swiper .text .data i {
	font-size: 14px;
	margin-right: 5px;
}
.news .left .news-swiper .text p {
	margin-top: 12px;
	height: 14px;
	overflow: hidden;
}
.news .left .news-swiper .text p a {
	color: #fff;
}
.news .left .news-swiper .swiper-pagination-fraction {
	bottom: 0;
	left: auto;
	width: 45px;
	height: 68.5px;
	right: 0;
	line-height: 68px;
	background-color: #0096e0;
	color: #fff;
	font-size: 14px;
}
.swiper-pagination-current {
	font-size: 20px;
}
.news .left .news-swiper .swiper-pagination-fraction::after {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 68px 0;
	border-color: transparent #0096e0 transparent transparent;
}
.news-text {
	overflow: hidden;
}
.news-top {
	margin-top: 28px;
}
.news-top b {
	font-size: 25px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	display: block;
	margin: 11px 0 20px 0;
}
.news-top b a{
	color: #ff6f26;
}
.news-top p {
	color: #999;
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
}
.news-top p a {
	color: #ff6f26;
}
.news-bot {
	padding: 17px 0 7px 0;
	border-top: 1px dashed #ddd;
}
.news-bot b {
	font-size: 21px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.news-bot b a {
	color: #333;
}
.news-bot b a:hover {
	color: #0195df;
}
.news-bot p {
	font-size: 0;
	line-height: 37px;
	height: 37px;
	overflow: hidden;
}
.news-bot p em {
	font-style: normal;
	font-size: 16px;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
	line-height: 37px;
	height: 37px;
	overflow: hidden;
}
.news-bot p em:first-child {
	padding:0 10px 0 0;
}
.news-bot p em:first-child::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background: #ddd;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-bot p em:last-child {
	padding:0 0 0 10px;
}
.news-bot p i {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #ddd;
	margin: 0 20px;
	vertical-align: middle;
}
.news-bot p a {
	color: #333;
}
.news-bot p a:hover {
	color: #0195df;
}
.part2 {
	margin-top: 20px;
}
.part2 .w,.part3 .w {
	overflow: hidden;
}
.part2 .inquiry,.part3 .view {
	float: right;
	width: 360px;
	box-sizing: border-box;
	margin-left: 30px;
	border: 1px solid #ddd;
	padding: 0 20px 25px;
}
.inquiry-title {
	font-size: 22px;
	height: 64px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.inquiry-title b {
	display: inline-block;
	height: 100%;
	line-height: 64px;
	position: relative;

}
.inquiry-title b i {
	font-size: 28px;
	color: #0096e0;
	margin-right: 6px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
}
.inquiry-title b::after {
	content: "";
	position: absolute;
	width: 135px;
	height: 5px;
	bottom: -2px;
	left: 0;
	background: #fff url(../../../../images/index/version/2022/title.png) no-repeat 0 bottom;
}
.inquiry-title .more {
	position: absolute;
	right: 0;
	top: 26px;
	font-size: 14px;
	color: #999;
}
.inquiry-title .more:hover {
	color: #0096e0;
}
.public-tab {
	position: absolute;
	right: -8px;
	bottom: -2px;
}
.public-tab a {
	color: #333;
	font-size: 18px;
	margin: 0 18px;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
	border-bottom: 3px solid transparent;
}
.public-tab a::before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.public-tab a::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #ff7f24 transparent transparent transparent;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.public-tab a.focus {
	font-size: 20px;
	font-weight: bold;
	color: #0096e0;
	border-color: #0096e0;
}
.public-tab a.focus::before,.public-tab a.focus::after {
	opacity: 1;
}
.inquiry-tab::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background-color: #ddd;
	top: 50%;
	left: 50%;
	margin-top: -18px;
}
.inquiry-bot {
	display: none;
}
.inquiry-bot li {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-top: 25px;
}
.inquiry-bot li a {
	display: inline-block;
	width: 185px;
	color: #333;
}
.inquiry-bot li a:hover {
	color: #0096e0;
}
.inquiry-bot li span {
	display: inline-block;
	vertical-align: top;
	width: 100px;
}
.inquiry-bot li span i {
	font-size: 15px;
	color: #0096e0;
	vertical-align: top;
	display: inline-block;
	margin-right: 5px;
	margin-top: 2px;
}
.inquiry-bot li b {
	display: inline-block;
	font-size: 14px;
	text-align: right;
	color: #999;
	vertical-align: top;
	font-weight: normal;
	width: 50px;
}
.mall {
	overflow: hidden;
}
.mall-bot {
	display: none;
}
.mall-bot ul {
	overflow: hidden;
	margin-right: -25px;
	margin-top: -8px;
}
.mall-bot li {
	float: left;
	width: calc(100% / 3);
	margin-top: 35px;
}
.mall-bot li .item {
	margin-right: 25px;
	overflow: hidden;
}
.mall-bot li .image {
	width: 120px;
	float: left;
	margin-right: 20px;
}
.mall-bot li .image a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.mall-bot li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mall-bot li .text {
	overflow: hidden;
}
.mall-bot li .text p {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-top: 16px;
}
.mall-bot li .text p a {
	color: #333;
}
.mall-bot li .text p a:hover {
	color: #0096e0;
}
.mall-bot li .text span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #999;
}
.mall-bot li .text .btn {
	margin-top: 15px;
}
.mall-bot li .text .btn a {
	color: #0096e0;
	height: 28px;
	box-sizing: border-box;
	line-height: 26px;
	border: 1px solid #0096e0;
	border-radius: 3px;
	padding: 0 15px;
	display: inline-block;
}
.mall-bot li .text .btn a:hover {
	background-color: #0096e0;
	color: #fff;
}
.part3 {
	margin-top: 20px;
}
.view li {
	overflow: hidden;
	margin-top: 20px;
}
.view li .image {
	width: 132px;
	float: left;
	margin-right: 12px;
}
.view li .image a {
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.view li .image img {
	max-height: none;
	width: 100%;
}
.view li .text {
	overflow: hidden;
}
.view li .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.view li .text p a {
	color: #333;
}
.view li .text p a:hover {
	color: #0096e0;
}
.view li .text span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.view li .text span i {
	color: #0096e0;
	font-style: normal;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #ddd;
}
.exhi {
	overflow: hidden;
}
.exhi-box {
	overflow: hidden;
}
.exhi-box .exhi-left {
	width: 400px;
	float: left;
	margin-right: 30px;
}
.exhi-box .exhi-left .image {
	padding-bottom: 66.66%;
	height: 0;
	overflow: hidden;
}
.exhi-box .exhi-left .image img {
	max-height: none;
	width: 100%;
}
.exhi-box .exhi-left .text {
	margin-top: 15px;
}
.exhi-box .exhi-left .text p {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.exhi-box .exhi-left .text p a {
	color: #333;
}
.exhi-box .exhi-left .text p a:hover {
	color: #0096e0;
}
.exhi-box .exhi-left .text p mark {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	background-color: #f46442;
	padding: 0 8px;
	height: 22px;
	line-height: 21px;
	vertical-align: top;
	margin-right: 8px;
}
.exhi-box .exhi-left .text span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}
.exhi-top {
	margin: 20px 0;
}
.exhi-box .exhi-left ul {
	overflow: hidden;
	margin-right: -10px;
}
.exhi-box .exhi-left li {
	float: left;
	width: 50%;
}
.exhi-box .exhi-left li .item {
	margin-right: 10px;
}
.exhi-box .exhi-left li p {
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 12px;
}
.exhi-box .exhi-left li p a {
	color: #333;
}
.exhi-box .exhi-left li p a:hover {
	color: #0096e0;
}
.exhi-right {
	overflow: hidden;
	padding-top: 20px;
}
.exhi-right .right-top {
	overflow: hidden;
	background-color: #f6f6f6;
}
.exhi-right .right-top .image {
	width: 210px;
	float: left;
}
.exhi-right .right-top .image a {
	display: block;
}
.exhi-right .right-top .text {
	overflow: hidden;
	padding: 0 18px;
}
.exhi-right .right-top .text p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 22px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.exhi-right .right-top .text p a {
	color: #333;
}
.exhi-right .right-top .text p a:hover {
	color: #0096e0;
}
.exhi-right .right-top .text span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	margin-top: 18px;
}
.exhi-right .right-top .text span a {
	color: #f14e28;
}
.exhi-right .right-top .text span a:hover {
	color: #0096e0;
}
.exhi-right .right-bottom {
	margin-top: -5px;
}
.exhi-right .right-bottom dl {
	margin-top: 30px;
	overflow: hidden;
}
.exhi-right .right-bottom dt {
	float: left;
	width: 30px;
	font-size: 18px;
	color: #0096e0;
	line-height: 20px;
	border-right: 1px solid #ddd;
	margin-right: 12px;
}
.exhi-right .right-bottom dt span {
	font-size: 13px;
}
.exhi-right .right-bottom dd {
	overflow: hidden;
}
.exhi-right .right-bottom dd p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.exhi-right .right-bottom dd p a {
	color: #333;
}
.exhi-right .right-bottom dd p a:hover {
	color: #0096e0;
}
.exhi-right .right-bottom dd span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 7px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.part4 {
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 35px;
	background: url(../../../../images/index/version/2022/memberbg.png) no-repeat;
	background-size: cover;
}
.part4 .w {
	overflow: hidden;
}
.part4 .public-title b::after {
	background: #e9ecf0 url(../../../../images/index/version/2022/title.png) no-repeat 0 bottom;
}
.member-box {
	overflow: hidden;
	margin-top: 22px;
	margin-right: -22px;
}
.member-box .member-item {
	float: left;
	width: 25%;
}

.member-box .member-item .item {
	margin-right: 22px;
	background-color: #fff;
	border-radius: 2px;
	overflow: hidden;
}
.member-box .member-title {
	background: url(../../../../images/index/version/2022/member_topbg.png) no-repeat;
	background-size: cover;
	padding: 15px 20px;
	overflow: hidden;
}

.member-box .member-title p {
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	box-sizing: border-box;
	line-height: 62px;
	color: #fff;
	text-indent: 1px;
	margin-right: 15px;
}
.member-box .member-title p i {
	font-size: 30px;
}
.member-box .member-title .text {
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	padding-top: 4px;
}
.member-box .member-title .text span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255,255,255,.2);
	margin-top: 6px;
}
.member-box ul {
	padding: 0 20px 20px;
}
.member-box li {
	margin-top: 18px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 16px;
}
.member-box li a {
	color: #333;
}
.member-box li a:hover {
	color: #0096e0;
}
.member-box li span {
	display: inline-block;
	padding: 0 8px;
	height: 22px;
	line-height: 20px;
	border-radius: 11px;
	background-color: #e0eff6;
	font-size: 14px;
	font-weight: bold;
	color: #0096e0;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 2px;
}
.member-box li span i {
	font-weight: normal;
	font-size: 14px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}
.member-box .member-item:first-child .member-title {
	background: url(../../../../images/index/version/2022/member_topbg1.png) no-repeat;
	background-size: cover;
}
.member-box .member-item:first-child li span {
	background-color: #ffe9d9;
	color: #ff7f24;
}
.part5 {
	margin-top: 25px;
	overflow: hidden;
}
.part5 ul {
	overflow: hidden;
	margin-right: -22px;
}
.part5 li {
	float: left;
	width: calc(100% / 6);
	margin-top: 20px;
}
.part5 li .item {
	margin-right: 22px;
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part5 li .item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.part5 li .item i {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9;
}
.part5 li .item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 65px 65px 0;
	border-color: transparent #FFF7D0 transparent transparent;
	right: 0;
	top: 0;
}
.part5 li .image {
	height: 144px;
	line-height: 144px;
}
.part5 li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background-color: #0096e0;
	color: #fff;
	font-size: 15px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 10;
}
.part5 li .item:hover {
	border-color: #0096e0;
}
.part5 li .item:hover p {
	opacity: 1;
}
.part5 li .item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.part6 {
	margin-top: 30px;
}
.link-title {
	position: relative;
	border-bottom: 1px solid #ddd;
	height: 42px;
}
.link-tab {
	left: -18px;
	right: auto;
	top: 0;
}
.link-title .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
}
.link-title .more a {
	color: #0096e0;
}
.link-title .more i {
	font-size: 14px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.link-bot {
	display: none;
	overflow: hidden;
}
.link-bot p {
	font-size: 0;
	line-height: 30px;
	margin-right: -40px;
	margin-top: 15px;
}
.link-bot p a {
	font-size: 16px;
	color: #666;
	margin-right: 40px;
	display: inline-block;
}
.link-bot p a:hover {
	color: #0096e0;
}
.update {
	margin-top: 20px;
	font-size: 0;
}
.update a {
	font-size: 13px;
	display: inline-block;
	min-width: 90px;
	height: 32px;
	line-height: 32px;
	background-color: #e8e8e8;
	margin-right: 22px;
	color: #666;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.update a.first,.update a:hover {
	background-color: #0096e0;
	color: #fff;
}
.update a:last-child {
	margin-right: 0;
}

.footer {
	margin: 30px auto 0;
	background-color: #222222;
}

.footer .item {
	margin: 0 auto;
	overflow: hidden;
}

.footer .item .footer-code {
	float: right;
	width: 380px;
	margin-top: 30px;
}
.footer .item .footer-code li {
	float: left;
	padding-left: 64px;
}
.footer .item .footer-code li:first-of-type {
	padding-left: 0;
}
.footer .item .footer-code li .code {
	width: 136px;
	height: 136px;
	border: 2px solid #4285f4;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.footer .item .footer-code li p {
	text-align: center;
	font-size: 13px;
	color: #e2e2e2;
	margin-top: 22px;
}

.footer .item .left {
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}
.footer .item .left p {
	font-size: 13px;
	line-height: 32px;
	color: #838383;
}

.footer .item .left p a {
	color: #a7a7a7;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #383838;
	font-size: 13px;
}

.footer .item .left p a:first-child {
	padding-left: 0;
}

.footer .item .left p a:last-child {
	border: none;
}

.footer .item .left p a:hover {
	color: #ff8d50;
}

.footer .item .left span a {
	padding: 0 10px;
	border: 1px solid #838383;
	border-radius: 14px;
	color: #838383;
	display: inline-block;
	height: 28px;
	line-height: 24px;
	font-size: 14px;
	box-sizing: border-box;
	margin-right: 30px;
}
.footer .item .left span a{
	position: relative;
	cursor: pointer;
   }
   .footer .item .left span a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .footer .item .left span a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footer .item .left span a:hover .QQhover{
	display: inline-block;
   }
.footer .item .left span img {
	margin-right: 5px;
	vertical-align: top;
	margin-top: 3px;
}
.copyright {
	font-size: 13px;
	line-height: 22px;
	color: #787878;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding-top: 10px;
	display: inline-block;
}

.copyright img {
	margin: 1px 8px 0 0px;
	vertical-align: top;
}

ul.footImg {
	width: 810px;
	height: 48px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("../../../../images/index/Version/2022/copyright.png") no-repeat 0 0;
	margin-top: 15px;
}

ul.footImg li {
	width: 135px;
	float: left;
}

ul.footImg li a {
	width: 125px;
	height: 48px;
	display: block;
}
/* 20220424 */
.public-bot ul{
	margin: 15px -15px 0 0;
	overflow: hidden;
}
.public-bot li{
	float: left;
	width: 50%;
	padding-right:15px;
	box-sizing: border-box;
}
.public-bot li a.images{
	display: block;
	padding-bottom: 66.66%;
	height: 0;
	overflow: hidden;
}
.public-bot li a.images img{
	max-height: none;
	width: 100%;
}
.public-bot li p {
	font-size: 16px;
	height: 52px;
	line-height: 26px;
	margin-top: 4px;
	overflow: hidden;
}
.public-bot li p a{
	color: #333;
}
.public-bot li p a:hover {
	color: #0195df;
}
.navFn {
	background: #f5f5f5;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	clear: both;
}
.navFn span {
	float: left;
	font-size: 0;
	margin-right: 0;
	height: 50px;
	line-height: 50px;
}
.navFn span b {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fe8307;
	padding: 0 30px 0 10px;
	position: relative;
}
.navFn span b::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 12px;
	background: url("../../../images/index/Version/2021/navFn-ico.png") no-repeat;
	background-size: contain;
}
.navFn span a {
	font-size: 16px;
	color: #333;
	margin: 0 20px;
}
.navFn span a:hover {
	color: #1669c5;
}
/* 20240124 */
.iframe{
	height: 40px;
}
.newYearBgi{
	padding-top: 73px;
	background: url(../../../../images/index/version/2024/newYearbgImages1560.png) no-repeat 0 -40px;
	background-size: 100% auto;
}
.newYearBgi .newYear{
	width: 1580px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.newYearBgi .main{
	padding: 12px 10px;
}
.top,.nav {
	padding: 0 10px;
}

@media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}
	.release-btn a {
		width: 135px;
	}
	.searchBox {
		margin-left: 150px;
	}
	.nav .nav-title {
		width: 283px;
		font-size: 19px;
	}
	.nav ul li {
		font-size: 22px;
	}
	.nav {
		height: 54px;
		line-height: 54px;
	}
	.login {
		width: 284px;
	}
	.product-classify {
		width: 283px;
	}
	.product-classify ul li .class-a i {
		font-size: 26px;
	}
	.product-classify ul li .class-a .text p {
		font-size: 17px;
	}
	.product-classify ul li .class-a .text span {
		line-height: 22px;
		max-height: 44px;
		font-size: 15px;
	}
	.banner {
		width: 969px;
	}
	.banner .banner-swiper {
		height: 563px;
	}
	.product-classify ul li.more a {
		font-size: 15px;
		height: 42px;
		line-height: 40px;
	}
	.product-classify ul li.more a i {
		margin-top: 16px;
	}
	.login .user {
		padding: 24px 0;
	}
	.login .user .text p {
		font-size: 18px;
		margin-top: 18px;
	}
	.help .item p {
		font-size: 15px;
	}
	.login-bot {
		padding: 22px 24px;
	}
	.login-title b {
		font-size: 17px;
	}
	.login-title .more {
		font-size: 15px;
	}
	.login-bot li {
		margin-top: 32px;
		font-size: 17px;
		height: 18px;
		line-height: 18px;
	}
	.product-classify ul li .class-b {
		width: 980px;
		left: 283px;
		min-height: 563px;
	}
	.class-txt .item {
		width: 437px;
	}
	.class-adv .item {
		width: 437px;
	}
	.part1 .brand {
		width: 392px;
		margin-left: 34px;
	}
	.brand-nav {
		line-height: 60px;
		height: 60px;
	}
	.brand-nav a.focus {
		font-size: 22px;
	}
	.brand-nav a {
		font-size: 20px;
	}
	.brand-list {
		padding: 3px 17px 17px;
	}
	.brand-list li .item {
		height: 117px;
	}
	.public-title {
		font-size: 37px;
		height: 69px;
	}
	.public-title .news-nav a {
		font-size: 19px;
		padding: 0 20px;
	}
	.news .left {
		width: 436px;
		margin-right: 34px;
	}
	.news .left .news-swiper .text {
		font-size: 15px;
	}
	.news .left .news-swiper .text p {
		height: 19px;
		font-size: 17px;
		line-height: 19px;
	}
	.news .left .news-swiper .swiper-pagination-fraction {
		width: 50px;
		height: 73.5px;
		line-height: 74px;
		font-size: 15px;
	}
	.swiper-pagination-current {
		font-size: 22px;
	}
	.news .left .news-swiper .swiper-pagination-fraction::after {
		border-width: 0 25px 74px 0;
	}
	.news-top b {
		font-size: 27px;
		height: 29px;
		line-height: 29px;
		margin: 0 0 24px 0;
	}
	.news-top p {
		line-height: 23px;
		height: 46px;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.news-bot b {
		font-size: 23px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.news-bot p em {
		font-size: 17px;
		line-height: 40px;
		height: 40px;
	}
	.news-bot {
		padding: 20px 0 18px 0;
	}
	.public-tab a.focus {
		font-size: 22px;
	}
	.public-tab a {
		font-size: 20px;
	}
	.inquiry-title {
		font-size: 24px;
		height: 69px;
		border-bottom: 1px solid #ddd;
	}
	.inquiry-title b {
		line-height: 69px;
	}
	.inquiry-title b i {
		font-size: 30px;
		margin-top: 20px;
	}
	.part2 .inquiry, .part3 .view {
		width: 392px;
		margin-left: 35px;
		padding: 0 20px 25px;
	}
	.inquiry-bot li {
		font-size: 17px;
		line-height: 19px;
		height: 19px;
		margin-top: 30px;
	}
	.inquiry-bot li b {
		font-size: 15px;
	}
	.inquiry-bot li span i {
		margin-top: 3px;
	}
	.mall-bot li .image {
		width: 130px;
		margin-right: 25px;
	}
	.mall-bot li .text p {
		font-size: 17px;
		line-height: 19px;
		height: 19px;
		margin-top: 20px;
	}
	.mall-bot li .text span {
		margin-top: 15px;
		font-size: 15px;
	}
	.mall-bot li .text .btn a {
		height: 30px;
		line-height: 28px;
		padding: 0 15px;
		font-size: 15px;
	}
	.mall-bot li {
		margin-top: 45px;
	}
	.view li .image {
		width: 144px;
		margin-right: 15px;
	}
	.view li .text p {
		font-size: 17px;
		line-height: 26px;
		height: 52px;
	}
	.view li .text span {
		margin-top: 12px;
	}
	.exhi-box .exhi-left {
		width: 436px;
		margin-right: 34px;
	}
	.exhi-box .exhi-left .text {
		margin-top: 18px;
	}
	.exhi-box .exhi-left .text p {
		font-size: 19px;
		line-height: 24px;
		height: 24px;
	}
	.exhi-box .exhi-left .text p mark {
		font-size: 15px;
		height: 24px;
		line-height: 23px;
	}
	.exhi-box .exhi-left .text span {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
		margin-top: 10px;
	}
	.exhi-box .exhi-left li p {
		font-size: 17px;
	}
	.view li {
		margin-top: 22px;
	}
	.exhi-right .right-top .image {
		width: 229px;
	}
	.exhi-right .right-top .text {
		padding: 0 20px;
	}
	.exhi-right .right-top .text p {
		font-size: 19px;
		margin-top: 22px;
		line-height: 21px;
		height: 21px;
	}
	.exhi-right .right-top .text span {
		font-size: 15px;
		line-height: 23px;
		height: 46px;
		margin-top: 18px;
	}
	.exhi-right .right-bottom dl {
		margin-top: 32px;
	}
	.exhi-right .right-bottom dt {
		width: 35px;
		font-size: 18px;
		line-height: 22px;
		margin-right: 12px;
	}
	.exhi-right .right-bottom dd p {
		font-size: 17px;
		line-height: 19px;
		height: 19px;
	}
	.exhi-right .right-bottom dd span {
		font-size: 15px;
		margin-top: 7px;
		height: 17px;
		line-height: 17px;
	}
	.member-box .member-title .text {
		font-size: 24px;
	}
	.member-box li {
		font-size: 17px;
	}
	.part5 li .image {
		height: 157px;
		line-height: 157px;
	}
	.part5 li p {
		height: 37px;
		line-height: 37px;
		font-size: 16px;
	}
	.link-title .more {
		font-size: 15px;
	}
	.update a {
		font-size: 14px;
		min-width: 98px;
		height: 34px;
		line-height: 34px;
		padding: 0 12px;
    	margin-right: 20px;
	}
	.footer .item .left p {
		font-size: 14px;
	}
	.footer .item .left p a {
		padding: 0 20px;
		font-size: 15px;
	}
	.copyright {
		font-size: 14px;
	}

}
@media only screen and (min-width: 1600px) and (max-width:1910px){
	.w{
		width: 1560px;
	}
	.newYearBgi {
		padding-top: 60px;
		background: url(../../../../images/index/version/2024/newYearbgImages1560.png) no-repeat 0 -33px;
		background-size: 100% auto;
	}
	.release-btn a {
		width: 135px;
	}
	.searchBox {
		margin-left: 150px;
	}
	.nav .nav-title {
		width: 283px;
		font-size: 19px;
	}
	.nav ul li {
		font-size: 22px;
	}
	.nav {
		height: 54px;
		line-height: 54px;
	}
	.login {
		width: 284px;
	}
	.product-classify {
		width: 283px;
	}
	.product-classify ul li .class-a i {
		font-size: 26px;
	}
	.product-classify ul li .class-a .text p {
		font-size: 17px;
	}
	.product-classify ul li .class-a .text span {
		line-height: 22px;
		max-height: 44px;
		font-size: 15px;
	}
	.banner {
		width: 969px;
	}
	.banner .banner-swiper {
		height: 563px;
	}
	.product-classify ul li.more a {
		font-size: 15px;
		height: 42px;
		line-height: 40px;
	}
	.product-classify ul li.more a i {
		margin-top: 16px;
	}
	.login .user {
		padding: 24px 0;
	}
	.login .user .text p {
		font-size: 18px;
		margin-top: 18px;
	}
	.help .item p {
		font-size: 15px;
	}
	.login-bot {
		padding: 22px 24px;
	}
	.login-title b {
		font-size: 17px;
	}
	.login-title .more {
		font-size: 15px;
	}
	.login-bot li {
		margin-top: 32px;
		font-size: 17px;
		height: 18px;
		line-height: 18px;
	}
	.product-classify ul li .class-b {
		width: 980px;
		left: 283px;
		min-height: 563px;
	}
	.class-txt .item {
		width: 437px;
	}
	.class-adv .item {
		width: 437px;
	}
	.part1 .brand {
		width: 392px;
		margin-left: 34px;
	}
	.brand-nav {
		line-height: 60px;
		height: 60px;
	}
	.brand-nav a.focus {
		font-size: 22px;
	}
	.brand-nav a {
		font-size: 20px;
	}
	.brand-list {
		padding: 3px 17px 17px;
	}
	.brand-list li .item {
		height: 117px;
	}
	.public-title {
		font-size: 37px;
		height: 69px;
	}
	.public-title .news-nav a {
		font-size: 19px;
		padding: 0 20px;
	}
	.news .left {
		width: 436px;
		margin-right: 34px;
	}
	.news .left .news-swiper .text {
		font-size: 15px;
	}
	.news .left .news-swiper .text p {
		height: 19px;
		font-size: 17px;
		line-height: 19px;
	}
	.news .left .news-swiper .swiper-pagination-fraction {
		width: 50px;
		height: 73.5px;
		line-height: 74px;
		font-size: 15px;
	}
	.swiper-pagination-current {
		font-size: 22px;
	}
	.news .left .news-swiper .swiper-pagination-fraction::after {
		border-width: 0 25px 74px 0;
	}
	.news-top b {
		font-size: 27px;
		height: 29px;
		line-height: 29px;
		margin: 0 0 24px 0;
	}
	.news-top p {
		line-height: 23px;
		height: 46px;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.news-bot b {
		font-size: 23px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.news-bot p em {
		font-size: 17px;
		line-height: 40px;
		height: 40px;
	}
	.news-bot {
		padding: 20px 0 18px 0;
	}
	.public-tab a.focus {
		font-size: 22px;
	}
	.public-tab a {
		font-size: 20px;
	}
	.inquiry-title {
		font-size: 24px;
		height: 69px;
		border-bottom: 1px solid #ddd;
	}
	.inquiry-title b {
		line-height: 69px;
	}
	.inquiry-title b i {
		font-size: 30px;
		margin-top: 20px;
	}
	.part2 .inquiry, .part3 .view {
		width: 392px;
		margin-left: 35px;
		padding: 0 20px 25px;
	}
	.inquiry-bot li {
		font-size: 17px;
		line-height: 19px;
		height: 19px;
		margin-top: 30px;
	}
	.inquiry-bot li b {
		font-size: 15px;
	}
	.inquiry-bot li span i {
		margin-top: 3px;
	}
	.mall-bot li .image {
		width: 130px;
	}
	.mall-bot li .text p {
		font-size: 17px;
		line-height: 19px;
		height: 19px;
		margin-top: 20px;
	}
	.mall-bot li .text span {
		margin-top: 15px;
		font-size: 15px;
	}
	.mall-bot li .text .btn a {
		height: 30px;
		line-height: 28px;
		padding: 0 15px;
		font-size: 15px;
	}
	.mall-bot li {
		margin-top: 45px;
	}
	.view li .image {
		width: 144px;
		margin-right: 15px;
	}
	.view li .text p {
		font-size: 17px;
		line-height: 26px;
		height: 52px;
	}
	.view li .text span {
		margin-top: 12px;
	}
	.exhi-box .exhi-left {
		width: 436px;
		margin-right: 34px;
	}
	.exhi-box .exhi-left .text {
		margin-top: 18px;
	}
	.exhi-box .exhi-left .text p {
		font-size: 19px;
		line-height: 24px;
		height: 24px;
	}
	.exhi-box .exhi-left .text p mark {
		font-size: 15px;
		height: 24px;
		line-height: 23px;
	}
	.exhi-box .exhi-left .text span {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
		margin-top: 10px;
	}
	.exhi-box .exhi-left li p {
		font-size: 17px;
	}
	.view li {
		margin-top: 22px;
	}
	.exhi-right .right-top .image {
		width: 229px;
	}
	.exhi-right .right-top .text {
		padding: 0 20px;
	}
	.exhi-right .right-top .text p {
		font-size: 19px;
		margin-top: 22px;
		line-height: 21px;
		height: 21px;
	}
	.exhi-right .right-top .text span {
		font-size: 15px;
		line-height: 23px;
		height: 46px;
		margin-top: 18px;
	}
	.exhi-right .right-bottom dl {
		margin-top: 32px;
	}
	.exhi-right .right-bottom dt {
		width: 35px;
		font-size: 18px;
		line-height: 22px;
		margin-right: 12px;
	}
	.exhi-right .right-bottom dd p {
		font-size: 17px;
		line-height: 19px;
		height: 19px;
	}
	.exhi-right .right-bottom dd span {
		font-size: 15px;
		margin-top: 7px;
		height: 17px;
		line-height: 17px;
	}
	.member-box .member-title .text {
		font-size: 24px;
	}
	.member-box li {
		font-size: 17px;
	}
	.part5 li .image {
		height: 157px;
		line-height: 157px;
	}
	.part5 li p {
		height: 37px;
		line-height: 37px;
		font-size: 16px;
	}
	.link-title .more {
		font-size: 15px;
	}
	.update a {
		font-size: 14px;
		min-width: 98px;
		height: 34px;
		line-height: 34px;
	}
	.footer .item .left p {
		font-size: 14px;
	}
	.footer .item .left p a {
		padding: 0 20px;
		font-size: 15px;
	}
	.copyright {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}
	.newYearBgi {
		padding-top: 62px;
		background: url(../../../../images/index/version/2024/newYearbgImages1400.png) no-repeat 0 -30px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1420px;
	}
	.nav ul li {
		padding: 0 32px;
	}
	.nav ul li .menu-bot {
		top: 48px;
	}
	.product-classify ul li:nth-child(7) .class-b {
		max-height: 550px;
	}
	.logo {
		width: 270px;
	}
	.searchBox {
		width: 600px;
		margin-left: 138px;
	}
	.searchBox input {
		width: 417px;
	}
	.searchBox .hot {
		font-size: 13px;
	}
	.banner {
		width: 856px;
	}
	.banner .banner-swiper {
		height: 498px;
	}
	.login-bot li {
		margin-top: 23px;
	}
	.login-bot {
		padding: 14px 24px;
	}
	.product-classify ul li {
		padding: 15px 15px;
	}
	.product-classify ul li.more a {
		height: 36px;
		line-height: 34px;
	}
	.product-classify ul li.more a i {
		margin-top: 14px;
	}
	.product-classify ul li .class-b {
		width: 868px;
		min-height: 498px;
	}
	.inquiry-bot li span {
		width: 80px;
	}
	.class-txt .item {
		width: 380px;
		padding: 16px 0 10px;
	}
	.class-adv .item {
		width: 380px;
		height: 150px;
	}
	.class-txt .item p {
		font-size: 13px;
		height: 25px;
	}
	.class-adv {
		padding-bottom: 25px;
	}
	.public-bot li p {
		margin-top: 1px;
	}
	.update a {
		margin-right: 15px;
	}

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.newYearBgi {
		padding-top: 58px;
		background: url(../../../../images/index/version/2024/newYearbgImages1328.png) no-repeat 0 -34px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1348px;
	}
	.nav ul li i {
		font-size: 10px;
		margin-left: 8px;
		margin-top: 19px;
	}
	.nav ul li .menu-bot {
		top: 44px;
	}
	.nav ul li .menu-bot p a {
		height: 42px;
		font-size: 14px;
		line-height: 42px;
	}
	.product-classify ul li:nth-child(7) .class-b {
		max-height: 510px;
	}
	.logo {
		width: 240px;
		margin-left: 15px;
	}
	.searchBox {
		margin-left: 98px;
	}
	.release-btn a {
		width: 116px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		margin-left: 10px;
	}
	.release-btn a i {
		font-size: 15px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav .nav-title {
		width: 242px;
		font-size: 16px;
	}
	.nav ul li {
		font-size: 18px;
		padding: 0 30px;
	}
	.product-classify {
		width: 242px;
	}
	.product-classify ul li {
		padding: 14px 14px;
	}
	.product-classify ul li .class-a i {
		font-size: 22px;
	}
	.product-classify ul li .class-a .text {
		padding-left: 10px;
	}
	.product-classify ul li .class-b {
		width: 830px;
		min-height: 477px;
		left: 242px;
	}
	.class-txt .item {
		width: 370px;
		padding: 10px 0 5px;
		margin-left: 31px;
	}
	.class-adv .item {
		width: 370px;
		height: 150px;
		margin-left: 31px;
	}
	.class-txt .item p {
		font-size: 13px;
		height: 25px;
	}
	.class-adv {
		padding-bottom: 25px;
	}
	.banner {
		width: 820px;
	}
	.login {
		width: 242px;
	}
	.banner .banner-swiper {
		height: 477px;
	}
	.product-classify ul li .class-a .text span {
		width: calc(100% + 12px);
	}
	.product-classify ul li .class-a .text span a {
		margin-right: 12px;
	}
	.product-classify ul li.more a {
		height: 28px;
		line-height: 26px;
		font-size: 13px;
	}
	.product-classify ul li.more a i {
		margin-top: 10px;
	}
	.login .user {
		padding: 24px 0;
	}
	.login .user .text p {
		font-size: 14px;
		margin-top: 12px;
	}
	.login .user b a {
		width: 60px;
		height: 60px;
	}
	.login .sign {
		margin-top: 20px;
	}
	.login .sign a {
		width: 96px;
		height: 32px;
		line-height: 30px;
	}
	.help {
		height: 90px;
	}
	.help .item b {
		width: 28px;
		height: 26px;
		background-size: auto 100%;
	}
	.help .item:nth-child(2) b {
		background-size: auto 100%;
	}
	.help .item:nth-child(3) b {
		background-size: auto 100%;
	}
	.login-bot {
		padding: 14px 20px;
	}
	.login-bot li {
		margin-top: 22px;
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.login-bot li i {
		margin-top: 4px;
	}
	.part1 .brand {
		width: 334px;
		margin-left: 28px;
	}
	.brand-nav {
		height: 54px;
		line-height: 54px;
	}
	.brand-list li .item {
		height: 100px;
	}
	.public-title {
		font-size: 32px;
		height: 54px;
	}
	.public-title b {
		line-height: 42px;
	}
	.public-title .news-nav a {
		font-size: 16px;
		padding: 0 15px;
	}
	.public-title .news-nav {
		line-height: 45px;
	}
	.news .left {
		width: 372px;
		margin-right: 28px;
	}
	.news-top b {
		font-size: 24px;
		height: 26px;
		line-height: 26px;
		margin: 10px 0 18px 0;
	}
	.news-top p {
		line-height: 20px;
		height: 40px;
		font-size: 14px;
		margin-bottom: 14px;
	}
	.news-bot b {
		font-size: 20px;
		height: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.news-bot p {
		line-height: 35px;
		height: 35px;
	}
	.news-bot p em {
		font-size: 14px;
		line-height: 35px;
		height: 35px;
	}
	.brand-list {
		padding: 0 15px 11px;
	}
	.part2 .inquiry, .part3 .view {
		width: 334px;
		margin-left: 28px;
		padding: 0 16px 22px;
	}
	.inquiry-title {
		font-size: 20px;
		height: 54px;
	}
	.public-tab a.focus {
		font-size: 18px;
	}
	.public-tab a {
		font-size: 16px;
		margin: 0 15px;
		padding-bottom: 16px;
	}
	.inquiry-title b {
		line-height: 52px;
	}
	.inquiry-title b i {
		font-size: 24px;
		margin-top: 15px;
	}
	.inquiry-title b::after {
		width: 120px;
		height: 4px;
	}
	.inquiry-bot li span {
		width: 90px;
		font-size: 14px;
	}
	.inquiry-bot li a {
		width: 158px;
	}
	.mall-bot li .image {
		width: 110px;
	}
	.mall-bot li .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 13px;
	}
	.mall-bot li {
		margin-top: 44px;
	}
	.view li .image {
		width: 123px;
	}
	.view li .text p {
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}
	.view li .text span {
		margin-top: 9px;
	}
	.exhi-box .exhi-left {
		width: 372px;
		margin-right: 28px;
	}
	.exhi-box .exhi-left .text p mark {
		font-size: 13px;
	}
	.exhi-box .exhi-left .text p {
		font-size: 16px;
	}
	.exhi-box .exhi-left li p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	.exhi-right .right-top .image {
		width: 194px;
	}
	.exhi-right .right-top .text p {
		font-size: 16px;
		margin-top: 20px;
		line-height: 18px;
		height: 18px;
	}
	.exhi-right .right-top .text span {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 13px;
	}
	.exhi-right .right-bottom dt span {
		font-size: 14px;
	}
	.exhi-right .right-bottom dl {
		margin-top: 26px;
	}
	.member-box .member-title .text {
		font-size: 20px;
	}
	.member-box .member-title .text span {
		font-size: 16px;
		margin-top: 6px;
	}
	.member-box .member-title p {
		width: 52px;
		height: 52px;
	}
	.member-box li {
		margin-top: 15px;
		font-size: 14px;
	}
	.part5 li p {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.part5 li .image {
		height: 134px;
		line-height: 134px;
	}
	.link-title {
		height: 36px;
	}
	.link-bot p a {
		font-size: 14px;
		margin-right: 30px;
	}
	.link-bot p {
		line-height: 26px;
		margin-right: -30px;
	}
	.update {
		margin-top: 15px;
	}
	.footer .item .left p a {
		padding: 0 15px;
	}
	.footer .item .footer-code li {
		padding-left: 60px;
	}
	.footer .item .footer-code li .code {
		width: 126px;
		height: 126px;
	}
	.footer .item .footer-code {
		width: 350px;
	}
	.footer .item .left span a {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 40px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 112px;
	}
	ul.footImg li a {
		width: 101px;
		height: 40px;
	}
	.copyright {
		font-size: 13px;
		margin-top: 5px;
		padding-top: 5px;
	}
	.public-bot li p {
		font-size: 15px;
		margin-top: 1px;
	}
	.update a {
		font-size: 12px;
		min-width: 85px;
		margin-right: 15px;
		padding: 0 12px;
	}
}
@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1138px;
	}
	.newYearBgi {
		padding-top: 43px;
		background: url(../../../../images/index/version/2024/newYearbgImages1138.png) no-repeat 0 -28px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1158px;
	}
	.nav ul li i {
		font-size: 10px;
		margin-left: 8px;
		margin-top: 17px;
	}
	.nav ul li .menu-bot {
		top: 40px;
	}
	.nav ul li .menu-bot p a {
		height: 38px;
		font-size: 13px;
		line-height: 38px;
	}
	.product-classify ul li:nth-child(7) .class-b {
		max-height: 420px;
	}
	.logo {
		width: 190px;
		margin-left: 15px;
	}
	.searchBox {
		width: 535px;
		margin-left: 101px;
	}
	.searchBox .hot {
		font-size: 12px;
	}
	.searchBox .form {
		height: 30px;
		border-radius: 40px;
	}
	.searchBox .form .select {
		width: 68px;
	}
	.searchBox .form .select .select-top p {
		font-size: 12px;
		line-height: 30px;
	}
	.searchBox .form .select .select-top i {
		font-size: 9px;
		right: 5px;
		top: 11px;
	}
	.searchBox button {
		width: 80px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.searchBox input {
		width: 344px;
		height: 30px;
		font-size: 12px;
		text-indent: 5px;
	}
	.release-btn a {
		width: 100px;
		height: 34px;
		line-height: 34px;
		font-size: 12px;
		margin-left: 10px;
	}
	.top {
		margin: 22px auto 15px;
	}
	.release-btn a i {
		font-size: 15px;
	}
	.nav {
		height: 40px;
		line-height: 40px;
	}
	.nav .nav-title {
		width: 208px;
		font-size: 16px;
	}
	.nav ul li {
		font-size: 16px;
		padding: 0 27px;
	}
	.product-classify {
		width: 208px;
	}
	.product-classify ul li .class-a .text p {
		font-size: 14px;
	}
	.product-classify ul li .class-a .text span {
		line-height: 16px;
		max-height: 32px;
		font-size: 12px;
		width: calc(100% + 8px);
	}
	.product-classify ul li {
		padding: 11px 12px;
	}
	.product-classify ul li .class-a::after {
		bottom: -9px;
	}
	.product-classify ul li .class-a i {
		font-size: 20px;
	}
	.product-classify ul li .class-a b {
		width: 20px;
		height: 20px;
	}
	.product-classify ul li .class-a .text {
		padding-left: 10px;
	}
	.product-classify ul li .class-b {
		width: 710px;
		min-height: 406px;
		left: 208px;
	}
	.class-txt .item {
		width: 325px;
		padding: 5px 0 5px;
		margin-left: 20px;
	}
	.class-txt .item .class-c {
		height: 22px;
		font-size: 14px;
		line-height: 22px;
	}
	.class-txt .item .class-c b::after {
		height: 14px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-txt .item p a {
		line-height: 20px;
		margin: 0 6px;
	}
	.class-adv .item {
		width: 325px;
		height: 130px;
		margin-left: 20px;
	}
	.class-adv .item .image {
		width: 140px;
		height: 130px;
	}
	.class-adv .item .text b {
		margin-top: 15px;
	}
	.class-txt .item p {
		font-size: 12px;
		height: 20px;
		text-indent: -6px;
	}
	.class-adv {
		padding-bottom: 15px;
		margin-top: 10px;
	}
	.banner {
		width: 702px;
		margin: 0 10px;
	}
	.login {
		width: 208px;
	}
	.banner .banner-swiper {
		height: 408px;
	}
	.product-classify ul li .class-a .text span a {
		margin-right: 8px;
	}
	.product-classify ul li.more a {
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
	.product-classify ul li.more a i {
		margin-top: 8px;
	}
	.update a {
		margin-right: 8px;
		font-size: 12px;
		min-width: 78px;
		padding: 0 6px;
	}
	.login .user {
		padding: 16px 0 14px;
	}
	.login .user .text p {
		font-size: 14px;
		margin-top: 12px;
	}
	.login .user b a {
		width: 52px;
		height: 52px;
	}
	.login .sign {
		margin-top: 20px;
	}
	.login .sign a {
		width: 82px;
		height: 28px;
		line-height: 26px;
		font-size: 12px;
	}
	.help {
		height: 68px;
	}
	.help .item b {
		width: 28px;
		height: 24px;
		background-size: auto 100%;
	}
	.help .item:nth-child(2) b {
		background-size: auto 100%;
	}
	.help .item:nth-child(3) b {
		background-size: auto 100%;
	}
	.help .item p {
		font-size: 12px;
		margin-top: 8px;
	}
	.help .item {
		margin-top: 12px;
	}
	.login-title b {
		font-size: 14px;
	}
	.login-title .more {
		font-size: 12px;
	}
	.login-bot {
		padding: 14px 20px;
	}
	.login-bot li {
		margin-top: 21px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.login-bot li i {
		margin-top: 3px;
	}
	.part1 .brand {
		width: 286px;
		margin-left: 24px;
	}
	.brand-nav {
		height: 54px;
		line-height: 54px;
		margin: 0 12px;
	}
	.brand-nav a {
		font-size: 16px;
	}
	.brand-nav a.focus {
		font-size: 18px;
	}
	.brand-list li .item {
		height: 86px;
	}
	.public-title {
		font-size: 28px;
		height: 54px;
	}
	.public-title b {
		line-height: 42px;
	}
	.public-title .news-nav a {
		font-size: 14px;
		padding: 0 12px;
	}
	.public-title .news-nav a::after {
		height: 14px;
	}
	.public-title .news-nav {
		line-height: 45px;
	}
	.news .left {
		width: 318px;
		margin-right: 25px;
	}
	.news-top {
		margin-top: 22px;
	}
	.news-top b {
		font-size: 20px;
		height: 22px;
		line-height: 22px;
		margin: 10px 0 12px 0;
	}
	.news-top p {
		line-height: 18px;
		height: 36px;
		font-size: 12px;
		margin-bottom: 12px;
	}
	.news-bot b {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.news-bot p {
		line-height: 30px;
		height: 30px;
	}
	.news-bot p em {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}
	.brand-list {
		padding: 0 12px 11px;
	}
	.part2 .inquiry, .part3 .view {
		width: 286px;
		margin-left: 24px;
		padding: 0 12px 18px;
	}
	.inquiry-title {
		font-size: 18px;
		height: 50px;
	}
	.public-tab a.focus {
		font-size: 16px;
	}
	.public-tab a {
		font-size: 14px;
		margin: 0 12px;
		padding-bottom: 16px;
	}
	.inquiry-tab::after {
		height: 14px;
		margin-top: -14px;
	}
	.inquiry-bot li {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 15px;
	}
	.inquiry-title b {
		line-height: 52px;
	}
	.inquiry-title b i {
		font-size: 24px;
		margin-top: 15px;
	}
	.inquiry-title b::after {
		width: 120px;
		height: 4px;
	}
	.inquiry-bot li span {
		width: 80px;
		font-size: 12px;
	}
	.inquiry-bot li span i {
		font-size: 12px;
		margin-right: 3px;
		margin-top: 4px;
	}
	.inquiry-bot li b {
		font-size: 12px;
		width: 40px;
	}
	.inquiry-bot li a {
		width: 140px;
	}
	.mall-bot li .image {
		width: 95px;
	}
	.mall-bot li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 14px;
	}
	.mall-bot li .text span {
		margin-top: 8px;
		font-size: 12px;
	}
	.mall-bot li .text .btn {
		margin-top: 10px;
	}
	.mall-bot li .text .btn a {
		height: 24px;
		line-height: 22px;
		padding: 0 10px;
	}
	.mall-bot li {
		margin-top: 16px;
	}
	.view li .image {
		width: 106px;
		margin-right: 10px;
	}
	.view li .text p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.view li .text span {
		margin-top: 9px;
		font-size: 12px;
	}
	.exhi-box .exhi-left {
		width: 318px;
		margin-right: 25px;
	}
	.exhi-box .exhi-left .text p mark {
		font-size: 12px;
		height: 18px;
		line-height: 18px;
		margin-right: 4px;
	}
	.exhi-box .exhi-left .text span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.exhi-box .exhi-left .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.exhi-box .exhi-left li p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
		margin-top: 10px;
	}
	.exhi-box .exhi-left .text {
		margin-top: 10px;
	}
	.exhi-right {
		padding-top: 15px;
	}
	.exhi-right .right-top .image {
		width: 166px;
	}
	.exhi-top {
		margin: 15px 0;
	}
	.inquiry-title {
		font-size: 17px;
		height: 50px;
	}
	.inquiry-title .more {
		top: 20px;
		font-size: 12px;
	}
	.exhi-right .right-top .text p {
		font-size: 14px;
		margin-top: 16px;
		line-height: 16px;
		height: 16px;
	}
	.exhi-right .right-top .text span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 10px;
	}
	.exhi-right .right-bottom dt {
		width: 25px;
		font-size: 16px;
		line-height: 18px;
		margin-right: 8px;
	}
	.exhi-right .right-bottom dt span {
		font-size: 12px;
	}
	.exhi-right .right-bottom dd p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhi-right .right-bottom dd span {
		font-size: 12px;
		margin-top: 6px;
		height: 14px;
		line-height: 14px;
	}
	.exhi-right .right-bottom dl {
		margin-top: 26px;
	}
	.member-box .member-title .text {
		font-size: 18px;
	}
	.member-box .member-title .text span {
		font-size: 16px;
		margin-top: 6px;
	}
	.member-box .member-title p {
		width: 45px;
		height: 45px;
		line-height: 50px;
		text-indent: 0;
		margin-right: 12px;
	}
	.member-box ul {
		padding: 0 15px 20px;
	}
	.member-box li span {
		padding: 0 8px;
		height: 20px;
		line-height: 18px;
		font-size: 12px;
		margin-right: 5px;
	}
	.member-box li {
		margin-top: 12px;
		font-size: 12px;
	}
	.part5 ul {
		margin-right: -20px;
	}
	.part5 li p {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.part5 li .item {
		margin-right: 20px;
	}
	.part5 li .image {
		height: 116px;
		line-height: 116px;
	}
	.link-title {
		height: 34px;
	}
	.link-bot p a {
		font-size: 12px;
		margin-right: 25px;
	}
	.link-bot p {
		line-height: 22px;
		margin-right: -25px;
	}
	.update {
		margin-top: 15px;
	}
	.footer .item .left p a {
		padding: 0 15px;
	}
	.footer .item .footer-code li {
		padding-left: 28px;
	}
	.footer .item .footer-code li .code {
		width: 115px;
		height: 115px;
		padding: 6px;
	}
	.footer .item .footer-code {
		width: 258px;
	}
	.footer .item .left span a {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 40px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 112px;
	}
	ul.footImg li a {
		width: 101px;
		height: 40px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.public-bot li p {
		font-size: 14px;
		height: 46px;
		line-height: 23px;
		margin-top: 1px;
	}

}
@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.newYearBgi {
		padding-top: 39px;
		background: url(../../../../images/index/version/2024/newYearbgImages1000.png) no-repeat 0 -25px;
		background-size: 100% auto;
	}
	.newYearBgi .newYear{
		width: 1020px;
	}
	.nav ul li i {
		font-size: 10px;
		margin-left: 8px;
		margin-top: 17px;
	}
	.nav ul li .menu-bot {
		top: 40px;
	}
	.nav ul li .menu-bot p a {
		height: 38px;
		font-size: 13px;
		line-height: 38px;
	}
	.product-classify ul li:nth-child(7) .class-b {
		max-height: 420px;
	}
	#divLogin ul li {
		font-size: 12px;
	}
	.divService {
		font-size: 12px;
	}
	.logo {
		width: 173px;
	}
	.searchBox {
		width: 480px;
		margin-left: 64px;
	}
	.searchBox .hot a {
		margin: 0 2px;
	}
	.searchBox .form {
		height: 30px;
		border-radius: 40px;
		border-width: 1px;
	}
	.searchBox .form .select {
		width: 68px;
	}
	.searchBox .form .select .select-top p {
		font-size: 12px;
		line-height: 30px;
	}
	.searchBox .form .select .select-top i {
		font-size: 9px;
		right: 5px;
		top: 11px;
	}
	.searchBox button {
		width: 68px;
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
	.searchBox button i {
		font-size: 14px;
	}
	.searchBox input {
		width: 302px;
		height: 30px;
		font-size: 12px;
		text-indent: 5px;
	}
	.searchBox .hot {
		font-size: 12px;
		height: 25px;
		line-height: 25px;
	}
	.release-btn a {
		width: 100px;
		height: 34px;
		line-height: 34px;
		font-size: 12px;
		margin-left: 10px;
	}
	.top {
		margin: 22px auto 15px;
	}
	.release-btn a i {
		font-size: 15px;
	}
	.nav {
		height: 36px;
		line-height: 36px;
	}
	.nav .nav-title {
		width: 182px;
		font-size: 14px;
		text-indent: 12px;
	}
	.nav .nav-title i {
		width: 12px;
		height: 10px;
	}
	.nav ul li {
		font-size: 14px;
		padding: 0 24px;
	}
	.main {
		padding: 10px 0;
	}
	.product-classify {
		width: 182px;
	}
	.product-classify ul li .class-a .text p {
		font-size: 12px;
	}
	.product-classify ul li .class-a .text span {
		line-height: 14px;
		max-height: 28px;
		font-size: 12px;
		width: calc(100% + 5px);
	}
	.product-classify ul li {
		padding: 9px 12px;
	}
	.banner-adv ul li .adv-item {
		margin: 8px 4px 0 4px;
	}
	.banner-adv ul {
		width: calc(100% + 8px);
		margin: 8px 0 0 -4px;
	}
	.part1 {
		margin-top: 15px;
	}
	.product-classify ul li .class-a::after {
		bottom: -9px;
	}
	.product-classify ul li .class-a i {
		font-size: 16px;
	}
	.product-classify ul li .class-a b {
		width: 16px;
		height: 16px;
	}
	.product-classify ul li .class-a .text {
		padding-left: 7px;
	}
	.product-classify ul li .class-b {
		width: 626px;
		min-height: 358px;
		left: 182px;
	}
	.class-txt .item {
		width: 290px;
		padding: 5px 0 5px;
		margin-left: 15px;
	}
	.class-txt .item .class-c {
		height: 22px;
		font-size: 14px;
		line-height: 22px;
	}
	.class-txt .item .class-c b::after {
		height: 14px;
	}
	.class-txt .item .class-c .more {
		font-size: 12px;
	}
	.class-txt .item p a {
		line-height: 20px;
		margin: 0 3px;
	}
	.class-adv .item {
		width: 290px;
		height: 115px;
		margin-left: 15px;
	}
	.class-adv .item .image {
		width: 120px;
		height: 110px;
	}
	.class-adv .item .text b {
		margin-top: 11px;
		font-size: 14px;
	}
	.class-adv .item .text span {
		font-size: 12px;
		margin-top: 11px;
	}
	.class-adv .item .text p {
		font-size: 12px;
	}
	.class-txt .item p {
		font-size: 12px;
		height: 20px;
		text-indent: -3px;
	}
	.class-adv {
		padding-bottom: 15px;
		margin-top: 10px;
	}
	.banner {
		width: 616px;
		margin: 0 10px;
	}
	.login {
		width: 182px;
	}
	.banner .banner-swiper {
		height: 358px;
	}
	.product-classify ul li .class-a .text span a {
		margin-right: 5px;
	}
	.product-classify ul li.more a {
		height: 28px;
		line-height: 26px;
		font-size: 12px;
	}
	.product-classify ul li.more a i {
		margin-top: 9px;
	}
	.login .user {
		padding: 15px 0 10px;
	}
	.login .user .text p {
		font-size: 12px;
		margin-top: 10px;
	}
	.login .user b a {
		width: 45px;
		height: 45px;
	}
	.login .sign {
		margin-top: 15px;
	}
	.login .sign a {
		width: 72px;
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
	.help {
		height: 60px;
	}
	.help .item b {
		width: 24px;
		height: 20px;
		background-size: auto 100%;
	}
	.help .item:nth-child(2) b {
		background-size: auto 100%;
	}
	.help .item:nth-child(3) b {
		background-size: auto 100%;
	}
	.help .item p {
		font-size: 12px;
		margin-top: 5px;
	}
	.help .item {
		margin-top: 12px;
	}
	.login-title b {
		font-size: 14px;
	}
	.login-title .more {
		font-size: 12px;
	}
	.login-bot {
		padding: 10px 15px;
	}
	.login-bot li {
		margin-top: 18px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.login-bot li i {
		margin-top: 3px;
	}
	.part1 .brand {
		width: 252px;
		margin-left: 20px;
	}
	.brand-nav {
		height: 38px;
		line-height: 38px;
		margin: 0 12px;
	}
	.brand-nav .followTab {
		bottom: -4px;
		height: 4px;
	}
	.brand-nav .followTab i {
		height: 2px;
		width: 35px;
	}
	.brand-nav a {
		font-size: 14px;
	}
	.brand-nav a.focus {
		font-size: 16px;
	}
	.brand-list li .item {
		height: 76px;
	}
	.public-title {
		font-size: 24px;
		height: 40px;
	}
	.public-title b {
		line-height: 30px;
	}
	.public-title b::after {
		width: 105px;
	}
	.public-title .news-nav a {
		font-size: 12px;
		padding: 0 11px;
	}
	.public-title .news-nav a::after {
		height: 14px;
	}
	.public-title .news-nav {
		line-height: 36px;
	}
	.news .left {
		width: 280px;
		margin-right: 20px;
	}
	.news .left .news-swiper {
		margin-top: 12px;
	}
	.news .left .news-swiper .text {
		padding: 10px 50px 10px 10px;
		font-size: 12px;
	}
	.news .left .news-swiper .text p {
		margin-top: 7px;
		height: 12px;
	}
	.news .left .news-swiper .text .data i {
		font-size: 12px;
	}
	.news .left .news-swiper .swiper-pagination-fraction {
		width: 32px;
		height: 52px;
		line-height: 52px;
		font-size: 12px;
	}
	.swiper-pagination-current {
		font-size: 16px;
	}
	.news .left .news-swiper .swiper-pagination-fraction::after {
		left: -16px;
		border-width: 0 16px 52px 0;
	}
	.brand-list ul li {
		margin-top: 7px;
	}
	.brand-list {
		padding: 0 9px 8px;
	}
	.news-top {
		margin-top: 22px;
	}
	.news-top b {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
		margin: 5px 0 10px 0;
	}
	.news-top p {
		line-height: 16px;
		height: 32px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.news-bot b {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.news-bot p {
		line-height: 26px;
		height: 26px;
	}
	.news-bot {
		padding: 12px 0 7px 0;
	}
	.news-bot p em {
		font-size: 12px;
		line-height: 26px;
		height: 26px;
	}
	.part2 .inquiry, .part3 .view {
		width: 252px;
		margin-left: 20px;
		padding: 0 12px 14px;
	}
	.part2 {
		margin-top: 15px;
	}
	.inquiry-title {
		font-size: 18px;
		height: 50px;
	}
	.public-tab a.focus {
		font-size: 14px;
	}
	.public-tab a {
		font-size: 12px;
		margin: 0 10px;
		padding-bottom: 14px;
	}
	.inquiry-tab::after {
		height: 12px;
		margin-top: -12px;
	}
	.inquiry-bot li {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 15px;
	}
	.inquiry-title b {
		line-height: 45px;
	}
	.inquiry-title b i {
		font-size: 18px;
		margin-top: 14px;
	}
	.inquiry-title b::after {
		width: 96px;
		height: 4px;
	}
	.inquiry-bot li span {
		width: 72px;
		font-size: 12px;
	}
	.inquiry-bot li span i {
		font-size: 11px;
		margin-right: 3px;
		margin-top: 2px;
	}
	.inquiry-bot li b {
		font-size: 12px;
		width: 34px;
	}
	.inquiry-bot li a {
		width: 119px;
	}
	.mall-bot li .image {
		width: 88px;
		margin-right: 18px;
	}
	.mall-bot ul {
		margin-right: -18px;
		margin-top: 0;
	}
	.mall-bot li .item {
		margin-right: 18px;
	}
	.mall-bot li .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 14px;
	}
	.mall-bot li .text span {
		margin-top: 8px;
		font-size: 12px;
	}
	.mall-bot li .text .btn {
		margin-top: 10px;
	}
	.mall-bot li .text .btn a {
		height: 24px;
		line-height: 22px;
		padding: 0 10px;
	}
	.mall-bot li {
		margin-top: 16px;
	}
	.part3 {
		margin-top: 15px;
	}
	.view li .image {
		width: 93px;
		margin-right: 8px;
	}
	.view li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.view li {
		margin-top: 14px;
	}
	.view li .text span {
		margin-top: 7px;
		font-size: 12px;
	}
	.exhi-box .exhi-left {
		width: 280px;
		margin-right: 20px;
	}
	.exhi-box .exhi-left .text p mark {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		margin-right: 4px;
		padding: 0 3px;
	}
	.exhi-box .exhi-left .text span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 6px;
	}
	.exhi-box .exhi-left .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhi-box .exhi-left li p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
		margin-top: 6px;
	}
	.exhi-box .exhi-left .text {
		margin-top: 10px;
	}
	.exhi-right {
		padding-top: 12px;
	}
	.exhi-right .right-top .image {
		width: 146px;
	}
	.exhi-right .right-top .text {
		padding: 0 14px;
	}
	.exhi-top {
		margin: 12px 0;
	}
	.exhi-box .exhi-left li .item {
		margin-right: 8px;
	}
	.exhi-box .exhi-left ul {
		margin-right: -8px;
	}
	.inquiry-title {
		font-size: 16px;
		height: 46px;
	}
	.inquiry-title .more {
		top: 20px;
		font-size: 12px;
	}
	.exhi-right .right-top .text p {
		font-size: 14px;
		margin-top: 11px;
		line-height: 16px;
		height: 16px;
	}
	.exhi-right .right-top .text span {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 10px;
	}
	.exhi-right .right-bottom dt {
		width: 25px;
		font-size: 14px;
		line-height: 18px;
		margin-right: 8px;
	}
	.exhi-right .right-bottom dt span {
		font-size: 12px;
	}
	.exhi-right .right-bottom dd p {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.exhi-right .right-bottom dd span {
		font-size: 12px;
		margin-top: 6px;
		height: 14px;
		line-height: 14px;
	}
	.exhi-right .right-bottom dl {
		margin-top: 15px;
	}
	.member-box .member-title .text {
		font-size: 16px;
	}
	.member-box .member-title .text span {
		font-size: 14px;
		margin-top: 6px;
	}
	.member-box {
		margin-top: 15px;
		margin-right: -15px;
	}
	.member-box .member-item .item {
		margin-right: 15px;
	}
	.member-box .member-title {
		padding: 12px 15px;
	}
	.member-box .member-title p {
		width: 40px;
		height: 40px;
		line-height: 44px;
		text-indent: 0;
		margin-right: 10px;
	}
	.member-box .member-title p i {
		font-size: 23px;
	}
	.member-box ul {
		padding: 0 12px 15px;
	}
	.part4 {
		padding-bottom: 22px;
	}
	.member-box li span {
		padding: 0 5px;
		height: 18px;
		line-height: 16px;
		font-size: 12px;
		margin-right: 5px;
	}
	.member-box li span i {
		font-size: 12px;
		margin-top: 3px;
	}
	.member-box li {
		margin-top: 12px;
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}
	.part5 ul {
		margin-right: -18px;
	}
	.part5 li p {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.part6 {
		margin-top: 20px;
	}
	.link-tab {
		left: -10px;
	}
	.part5 li .item {
		margin-right: 18px;
	}
	.part5 li .image {
		height: 102px;
		line-height: 102px;
	}
	.part5 li .item::after {
		border-width: 0 45px 45px 0;
	}
	.part5 li .item i {
		right: 3px;
		top: 3px;
		width: 16px;
	}
	.link-title {
		height: 30px;
	}
	.link-title .more {
		font-size: 12px;
	}
	.link-title .more i {
		font-size: 12px;
	}
	.update a {
		font-size: 12px;
		min-width: 70px;
		height: 30px;
		line-height: 30px;
		margin-right: 4px;
		padding: 0 4px;
	}
	.footer {
		margin: 20px auto 0;
	}
	.link-bot p a {
		font-size: 12px;
		margin-right: 25px;
	}
	.link-bot p {
		line-height: 22px;
		margin-right: -25px;
	}
	.update {
		margin-top: 10px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .footer-code li {
		padding-left: 28px;
	}
	.footer .item .footer-code li .code {
		width: 95px;
		height: 95px;
		padding: 6px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 15px;
	}
	.footer .item .footer-code {
		width: 240px;
	}
	.footer .item .left span a {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 40px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 112px;
	}
	ul.footImg li a {
		width: 101px;
		height: 40px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.public-bot ul {
		margin: 11px -11px 0 0;
		overflow: hidden;
	}
	.public-bot li {
		float: left;
		width: 50%;
		padding-right: 11px;
		box-sizing: border-box;
	}
	.public-bot li p {
		font-size: 13px;
		height: 36px;
		line-height: 18px;
		margin-top: 1px;
		overflow: hidden;
	}

}
